fld = SETZOOFLD(fld,mode,name) prepares folders for batch processing steps Notes: - This function can be used in biomechZoo processing scripts to replace multiple 'uigetfolder' calls. For example, given an existing fld '1-c3d2zoo', the following code will move all data in '1-c3d2zoo' to the new folder called '2-some process'and update the fld variable: mode = 'auto'; fld = 'C:\Users\Phil\samplestudy\1-c3d2zoo' fld = setZooFld(fld,mode,'some process'); Created by Philippe C. Dixon April 2017